Set GDK_WINDOW_STATE_TILED if any edge is tiled
authorSimon McVittie <smcv@debian.org>
Thu, 26 Oct 2017 14:51:51 +0000 (15:51 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 20 Jan 2018 12:10:49 +0000 (13:10 +0100)
commite22990302a050fa5b037a3e21ccaa1c130b59fbb
treeaa3fe280798af9ecd81d6243d110c46f9108662e
parent42ff22f222566448b97d4c980b91ac5f66ea9448
Set GDK_WINDOW_STATE_TILED if any edge is tiled

This state flag is used in several places in GTK+, for example to
ignore RESIZE_INC hints if tiled. Setting it is also necessary for
backwards compatibility with applications that changed their behaviour
when tiled, such as GNOME Terminal and its MATE fork.

Signed-off-by: Simon McVittie <smcv@debian.org>
https://bugzilla.gnome.org/show_bug.cgi?id=789357
gdk/wayland/gdkwindow-wayland.c
gdk/x11/gdkdisplay-x11.c